home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / FILEUTIL / FILERPATCH / !FilerPtch / !Variables < prev    next >
Text File  |  1994-03-23  |  2KB  |  46 lines

  1. | FilerPatch.!Variables
  2. |
  3. | (C) Jens H. Ovesen, 1993
  4. |
  5. | User defined hotkeys
  6. |
  7. | Remember that %%1 and %%2 is the task handle and window handle respectively.
  8. | Because of the way RISC OS works, you should append a |M|| to the end if you
  9. | write the command directly and don't use all parameters. You could avoid this
  10. | by calling an Obey file. See ⇧Copy for example of how to run a BASIC program.
  11. | Tab sets current directory (*Dir) and beeps
  12. Set Alias$@Filer_CLI_18A %Dir %%0|MSWI &107|M||
  13. | Insert not really necessary with F10 below, but...
  14. Set Alias$@Filer_CLI_1CD %IconSprites %%0.!Sprites|M||
  15. | ^F2 closes directory display
  16. Set Alias$@Filer_CLI_1A2 %Filer_CloseDir %%0 -Only|M||
  17. | ^I iconizes the window
  18. Set Alias$@Filer_CLI_009 %Iconize %%*0
  19. | ^⇧F2 closes directory display and children
  20. Set Alias$@Filer_CLI_1B2 %Filer_CloseDir %%0|M||
  21. | ⇧Copy
  22. | Set Alias$@Filer_CLI_19b WimpTask /Filer:Goodies.IconizeBAS %%*0
  23. |
  24. | User defined Filer_Action keys
  25. |
  26. | F9 *Iconsprites the selected files if they are sprites
  27. Set Alias$@Filer_Action_189 WimpSlot -min 32k -max 32k|M/Filer:Goodies.IconSprite
  28. | F10 only prints out what files are selected!
  29. Set Alias$@Filer_Action_1CA WimpSlot -min 32k -max 32k|M/Filer:Goodies.Action
  30. | ^X trashes object(s)
  31. SetMacro Filer$TrashDir <Wimp$ScrapDir>.Filer+.Trash
  32. Set Alias$@Filer_Action_018 WimpSlot -min 32k -max 32k|M/Filer:Goodies.GlobalTras
  33. | ^B backups objects(s)
  34. SetMacro Filer$BackupDir <Wimp$ScrapDir>.Filer+.Backup
  35. Set Alias$@Filer_Action_002 WimpSlot -min 32k -max 32k|M/Filer:Goodies.GlobalTras -Backup
  36. |
  37. | User defined hot key mappings
  38. |
  39. | Map Esc
  40. Set Filer$Map_01B "ClearSelection"
  41. | Map out ⇧^X
  42. | Set Filer$Map_118 ""
  43. | Don't allow new type applications or hidden files on RamFS
  44. |Set Filer$NoNewAppsFS_RAM ""
  45. |Set Filer$NoHiddenFS_RAM ""
  46.